home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Presentations
/
Presentations ’92
/
PatchWorks Kit
/
<PatchWorks++>
/
QDGlobals.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1992-03-11
|
366 b
|
28 lines
|
[
TEXT/KAHL
]
/*
QDGlobals.h
A definition of QuickDraw globals.
*/
#pragma once
#ifndef __QUICKDRAW__
#include <QuickDraw.h>
#endif
struct QDGlobals {
char privates[76];
long randSeed;
BitMap screenBits;
Cursor arrow;
Pattern dkGray;
Pattern ltGray;
Pattern gray;
Pattern black;
Pattern white;
GrafPtr thePort;
long end;
};
typedef struct QDGlobals QDGlobals;